home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
MacAddict 117
/
MacAddict 117.dmg
/
Software
/
Internet & Communication
/
OmniWeb 5.1.3 (trial).dmg
/
OmniWeb.app
/
Contents
/
Resources
/
English.lproj
/
OWKJSDebugger.toolbar
< prev
next >
Wrap
Text File
|
2006-02-01
|
645b
|
27 lines
// !$*UTF8*$!
{
itemInfoByIdentifier = {
PagesDrawer = {
imageName = "PagesDrawer";
label = "Pages";
paletteLabel = "Pages";
action = "showPageDrawer:";
toolTip = "Show or hide the pages drawer";
};
ClearLog = {
imageName = "ClearLog";
label = "Clear Log";
paletteLabel = "Clear Log";
action = "flush:";
toolTip = "Clear the contents of the output log for the currently selected page";
};
};
defaultItemIdentifiers = ( PagesDrawer, NSToolbarFlexibleSpaceItem, ClearLog );
allowedItemIdentifiers = ( PagesDrawer, ClearLog, NSToolbarFlexibleSpaceItem );
}